-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lang] Support simple matrix slicing #4488
Conversation
✔️ Deploy Preview for docsite-preview ready! 🔨 Explore the source changes: af4c3b1 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/623036e47ca6b40008beae0f 😎 Browse the preview: https://deploy-preview-4488--docsite-preview.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
/format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related issue = #4257
Making the matrix slice stronger based on the dynamic index. Support one row or one column slice.